home *** CD-ROM | disk | FTP | other *** search
- object adddata: Tadddata
- Left = 264
- Top = 270
- ActiveControl = aname
- BorderStyle = bsSingle
- Caption = 'Data Entry'
- ClientHeight = 172
- ClientWidth = 366
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 73
- Height = 13
- Caption = 'Program Name '
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 193
- Height = 13
- Caption = 'RUN file name (double click for directory)'
- end
- object Label3: TLabel
- Left = 8
- Top = 104
- Width = 337
- Height = 13
- Caption =
- 'SETUP file name (double click for directory) (enter NONE for no' +
- ' setup)'
- end
- object aname: TEdit
- Left = 8
- Top = 24
- Width = 353
- Height = 21
- TabOrder = 0
- end
- object arun: TEdit
- Left = 8
- Top = 72
- Width = 353
- Height = 21
- TabOrder = 1
- OnDblClick = arunDblClick
- end
- object asetup: TEdit
- Left = 8
- Top = 120
- Width = 353
- Height = 21
- TabOrder = 2
- OnDblClick = asetupDblClick
- end
- object save: TButton
- Left = 240
- Top = 152
- Width = 57
- Height = 17
- Caption = 'Save'
- TabOrder = 4
- OnClick = saveClick
- end
- object cancel: TButton
- Left = 304
- Top = 152
- Width = 57
- Height = 17
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = cancelClick
- end
- object winprog: TCheckBox
- Left = 8
- Top = 144
- Width = 137
- Height = 25
- Caption = 'Windows Program'
- TabOrder = 3
- end
- object openit: TOpenDialog
- FileEditStyle = fsEdit
- Left = 16
- Top = 184
- end
- end
-